From: Richard M. Stallman Date: Sat, 31 May 1997 00:29:11 +0000 (+0000) Subject: (lisp, shortlisp): Use cus-start.el, not .elc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81025 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7b30f6cfdf7d9205012abd9c95f7314a68e505ad;p=emacs.git (lisp, shortlisp): Use cus-start.el, not .elc. --- diff --git a/src/Makefile.in b/src/Makefile.in index 48dfe55c6cb..ab7d2e15a20 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -631,7 +631,7 @@ lisp= \ ${lispsource}abbrev.elc \ ${lispsource}buff-menu.elc \ ${lispsource}byte-run.elc \ - ${lispsource}cus-start.elc \ + ${lispsource}cus-start.el \ ${lispsource}custom.elc \ ${lispsource}files.elc \ ${lispsource}fill.elc \ @@ -695,7 +695,7 @@ shortlisp= \ ../lisp/abbrev.elc \ ../lisp/buff-menu.elc \ ../lisp/byte-run.elc \ - ../lisp/cus-start.elc \ + ../lisp/cus-start.el \ ../lisp/custom.elc \ ../lisp/files.elc \ ../lisp/fill.elc \